projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eb7335
)
* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix typo.
author
Michael Albinus
<michael.albinus@gmx.de>
Wed, 6 Jul 2016 15:33:00 +0000
(17:33 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Wed, 6 Jul 2016 15:33:00 +0000
(17:33 +0200)
lisp/net/tramp-gvfs.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-gvfs.el
b/lisp/net/tramp-gvfs.el
index a22bd89fe90246418dd4a71dcb4185951bf7a80e..5afd290d35fd86769f0c2781bb50f7c47db79a0e 100644
(file)
--- a/
lisp/net/tramp-gvfs.el
+++ b/
lisp/net/tramp-gvfs.el
@@
-1526,7
+1526,7
@@
It was \"a(say)\", but has changed to \"a{sv})\"."
(localname (tramp-file-name-localname vec))
(share (when (string-match "^/?\\([^/]+\\)" localname)
(match-string 1 localname)))
- (ssl (
when
(string-match "^davs" method) "true" "false"))
+ (ssl (
if
(string-match "^davs" method) "true" "false"))
(mount-spec
`(:array
,@(cond